home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / TextHarvest / TextHarvest-Install.exe / {app} / ReadMe.txt < prev    next >
Text File  |  2005-02-26  |  11KB  |  189 lines

  1. ================================================================================
  2. ================================================================================
  3. ==============                                                    ==============
  4. ==============                   "Read Me" File                   ==============
  5. ==============                                                    ==============
  6. ================================================================================
  7. ================================================================================
  8.  
  9. If you are upgrading from an older version, we strongly recommend that you check
  10. this file for the words UPGRADE ADVISORY to see if any enhancements might affect
  11. the way the program works for you.
  12.  
  13. ================================================================================
  14. Overview
  15. ================================================================================
  16.  
  17. This file (ReadMe.txt) contains additional documentation that in most cases will
  18. not concern users of this product.  It provides a chronology of enhancements for
  19. each version and may also include instructions for specific operating systems or
  20. hardware.  To view the primary user documentation, start up the main application
  21. then click on the "Help" button.
  22.  
  23. If the application is not working as expected and this file does not provide any
  24. helpful information, please email info@parse-o-matic.com with a full description
  25. of your machine (operating system and version, programs running in the tray, and
  26. anything else you think is significant), plus a full description of the problem.
  27. The more details you provide, the faster we can get you back up and running.
  28.  
  29. Please write to us if there is a feature you would like added to TextHarvest. If
  30. you need the enhancement right away, we can arrange for custom programming.
  31.  
  32. ================================================================================
  33. Version History (In Reverse Chronological Order)
  34. ================================================================================
  35.  
  36. 3.00.00 General
  37.           Can now process fixed-record-length and character-terminated records
  38.             To support this, Config is no longer an Advanced Scripting feature
  39.           Added "Default Output Folder" to Path dialog
  40.           Scripting Help now indicates which commands use Advanced Scripting
  41.             Previously, this was not explicitly documented
  42.         Scripting
  43.           New freeware commands: AlphaNumPatt, Numeric, ParseName, Plural
  44.           LogMsg and LogMsgLF are no longer "Advanced Scripting" commands
  45.           New Config variables
  46.             $CfgDefaultIFN, $CfgDefaultOFN, $CfgOutFileType
  47. 2.50.00 Interface
  48.           New Path button saves you time and effort
  49.             The "Search Path" lets TextHarvest know where your files are
  50.           Log and Error files are no longer deleted when program starts
  51.             They are now deleted only at the start of processing
  52.           Added /E command line parameter to set Append checkbox
  53.           Autoview no longer displays if the output file is empty
  54.           Various small changes to address minor issues
  55.         File viewer
  56.            Find and Repeat-find now back up two lines - text no longer at top
  57.            Simple print capability lets you make hardcopy of files and help
  58.            Various small changes to address minor issues
  59.         Scripting
  60.            Arrays and array indices now checked for one-time use
  61.            New Otherwise command provides an "Else" for the If command
  62.            New Advanced commands (require Advanced Scripting License)
  63.              Subroutine commands:  Call, Procedure, Exit
  64.              CompareCtrl command lets you control case sensitivity
  65.              Que command lets you save the result of a comparison
  66.              Config lets the script change the appearance of the user interface
  67.              MassChange for typo correction, character set remapping etc.
  68.            Various small changes to address minor issues
  69.         Miscellaneous
  70.           New installation program (Inno Setup)
  71.           Sample scripts now have Help files
  72. 2.40.00 Fixed problem with Break and Continue proceeding to the correct Again
  73.           If in a loop within a loop, they simply would go to the next one
  74.         Fixed problem with Break re-executing the Again's comparison
  75.         Added Comprises comparator
  76.         Added Control setting to OutCSV
  77.         Added MultiPass/OnePass option to Change command
  78.         Added Inc and Dec commands
  79.         Vastly improved performance when using arrays with thousands of elements
  80.         ------------------------------------------------------------------------
  81.         UPGRADE ADVISORY: The Change command now repeats the process until the
  82.         value being sought is no longer found (unless Change sess that this
  83.         would cause an infinite loop). In most cases this will not affect your
  84.         scripts, but if it does you can enforce the old behaviour by using the
  85.         'OnePass' option. Please see the Help file for details.
  86.         ------------------------------------------------------------------------
  87. 2.31.00 Added SplitCSV command (requires Advanced Scripting License)
  88. 2.30.00 New Scripting features (in freeware package unless otherwise noted)
  89.           "Matches" comparator allows comparisons with patterns
  90.           Improved reporting of errors during script compilation
  91.           Script compilation warns of one-time use of simple variables
  92.             This almost always means the variable was typed incorrectly
  93.             Array variables are not currently checked this way, though
  94.             Special variables (e.g. $ActualIFN) are exempt from this checking
  95.           New commands: ScanFollow and ShowNote
  96.           New special variables $Compare and $Ignore
  97.           ----------------------------------------------------------------------
  98.           UPGRADE ADVISORY:  The Break and Continue commands can no longer be
  99.           used to jump to the End command in a Begin/End block. They now follow
  100.           standard programming practice and will jump to the next Again command.
  101.           Please check your scripts to ensure that this does not cause problems.
  102.           ----------------------------------------------------------------------
  103.         User interface
  104.           All irrelevant controls are now "greyed out" during processing
  105.           Better detection of Cancel button during script processing
  106. 2.20.00 New Scripting features
  107.           "Next occurrence" decapsulator
  108.           Array variables
  109.           OutCSV command (included in freeware package)
  110.           LogMsg and LogMsgLF commands (Advanced Scripting license required)
  111.           Step control (FileInit, FileDone, NextStep etc.)
  112.           Added >> script line continuation syntax
  113.           Greatly improved speed of Begin/End/Else/Again processing
  114.         Other enhancements
  115.           File viewer now displays a progress bar when loading a large file
  116. 2.10.00 New features
  117.           New Scripting features
  118.             Basic Scripting comands (included in freeware package)
  119.               Again, Begin, Break, Continue, Done, Else, End, Odb
  120.             Advanced Scripting commands (Advanced Scripting license required)
  121.               Calc, CalcReal, Rounding, ScanPosn, LookupFile, Lookup
  122.             Literals can now use $hex and #decimal symbols
  123.         Documentation
  124.           Commands in the Scripting help file are now organized thematically
  125.         User interface
  126.           File viewer
  127.             The G hotkey (Goto Line) now always selects the full line number
  128.             The Find dialog now features a combo box, saving previous searches
  129.         Fixes
  130.           Corrected problem with wildcarded input file reading output file
  131.             Under some circumstances, this could cause the program to loop
  132. 2.00.00 New features
  133.           Added scripting (allows, for example, search-and-replace capability)
  134.             Basic Scripting commands (included in freeware package)
  135.               Change, ChangeCase, Cols, Equals, If, KeepChar, Len
  136.               Output, OutNull, OutEnd, OutRuler, Padded, Stop, TrimChar
  137.             Advanced Scripting commands (Advanced Scripting license required)
  138.               FindPosn, Insert, Overlay, Parse, SetFromFile
  139.         Enhancements
  140.           Added G (Goto line) hotkey in file browser
  141. 1.30.00 New features
  142.           Quicker access to processing and error log files
  143.         Enhancements
  144.           Parameter boxes now have mouseover hints
  145.           Improved operation of file browse button (better choice of wildcards)
  146.           File browser now offers more display widths
  147.           Help now explains batch operations
  148.         Change in distribution
  149.           It is no longer necessary to write to us for a free registration code
  150. 1.20.00 New features
  151.           Windows clipboard may now be used for input and output
  152.           Logical AND (&&) function added for /Keep and /Delete lists
  153.           File viewer and help system completely rewritten
  154.             Most important change for end-users:  hyperlinks in the help file
  155.         User interface enhancements
  156.           Delete, /Keep and /Controls now save last 8 settings (combo boxes)
  157.         Fixes
  158.           If no file path specified, TextHarvest assumes Program Files folder
  159.             Previously, the program might look for the file in the wrong place
  160.             This happened if you navigated around with the Open File dialog
  161. 1.10.00 New features
  162.           Multiple wildcards (e.g. *.txt;*.me) now supported
  163.           File name annotation (/FY and /FY in /Controls)
  164.           Regular expressions (/KR and /DR in /Controls)
  165.         User interface enhancements
  166.           Added Find and Repeat Find to Help window
  167.           The Enter key will now close Help and Browse windows
  168.             Alternatively, you can use the Esc key to close any window
  169.         Cosmetic changes
  170.           New banner at top of processing screen
  171.         Documentation
  172.           Added ReadMe file
  173. 1.01.00 This version is the same as 1.10.00
  174.         It is listed as 1.01.00 on some web sites due to a submission error
  175. 1.00.04 Added explanations of Autoview and Append in the documentation
  176. 1.00.03 Modified registration procedure (now asks where product was obtained)
  177. 1.00.02 Changed version numbering to conform to standard convention
  178. 1.00.01 (a.k.a. v1.00B) Added hot keys for Input file and Output file boxes
  179. 1.00.00 (a.k.a. v1.00A) Initial release
  180.  
  181. ================================================================================
  182. Legal Notices
  183. ================================================================================
  184.  
  185. TextHarvest and Parse-O-Matic are trademarks of Pinnacle Software (Toronto).
  186.  
  187. All files included in the installation package are protected by copyright.
  188.  
  189. You may not disassemble or reverse engineer this software product.